Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / ObservableSortedDictionary<TKey,TValue> Class / Changed Property

In This Topic
    Changed Property (ObservableSortedDictionary<TKey,TValue>)
    In This Topic
    Gets a value indicating whether list was changed.
    Syntax
    'Declaration
     
    Public Property Changed As System.Boolean
    public System.bool Changed {get; set;}
    See Also